home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001390_daemon _Mon Jun 21 17:58:01 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Received: by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  2.     id AA10208; Mon, 21 Jun 93 17:58:04 MET DST
  3. Errors-To: sanders@bsdi.com
  4. Return-Path: <sanders@bsdi.com>
  5. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  6.     id AA10204; Mon, 21 Jun 93 17:58:01 MET DST
  7. Errors-To: sanders@bsdi.com
  8. Received: from austin.BSDI.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  9.     id AA10522; Mon, 21 Jun 1993 18:20:21 +0200
  10. Received: from localhost by austin.BSDI.COM (5.67/1.37)
  11.     id AA05202; Mon, 21 Jun 93 11:20:18 -0500
  12. Message-Id: <9306211620.AA05202@austin.BSDI.COM>
  13. To: www-talk@nxoc01.cern.ch
  14. Subject: Re: How do I use Xmosaic's ISMAP flag with CERN httpd 
  15. In-Reply-To: frans van hoesel's article in comp.infosystems.www,cern.www.talk,slac.www.talk  of 21 Jun 93 10:38:38 -0000.
  16. Errors-To: sanders@bsdi.com
  17. Reply-To: sanders@bsdi.com
  18. Organization: Berkeley Software Design, Inc.
  19. Date: Mon, 21 Jun 1993 11:20:18 -0500
  20. From: Tony Sanders <sanders@bsdi.com>
  21.  
  22. > You'll need indeed a special server, that knows about your
  23. > document and how to decode it.
  24. > It is not simply a matter of creating the right files and
  25. > expect things to work.
  26. FYI: this is a lot easier in the next Plexus (2.2 coming soon).  You just
  27. create a file that describes your image, you can use a combination of
  28. bitmasks and rectangles to set all the hot spots.  Hopefully, I'll have
  29. time at some point to write an X based app that pops up your image and
  30. lets you set all the hot spots then writes out all the necessary data.
  31. e.g., Here is all the data you have to generate for the space walk demo:
  32.     walk default server/walk/default.html
  33.     walk bitmask server/walk/astronaut.mask 106 110 server/walk/astronaut.html
  34.     walk bitmask server/walk/camera.mask 106 110 server/walk/camera.html
  35.     walk bitmask server/walk/earth.mask 106 110 server/walk/earth.html
  36.     walk bitmask server/walk/pack.mask 106 110 server/walk/pack.html
  37.     walk rect 0 0 106 110 server/walk/space.html
  38.  
  39. > I *do* want ISMAP or equivalent support, but the links should go into
  40. > the document, not on some specialized server that handles your docs.
  41. Look at the FIGA stuff in HTML+.  I think we've pretty well established
  42. that both are desirable.  ISMAP just happens to be the best solution
  43. for existing browsers.
  44.  
  45. --sanders